home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
stk110
/
smp.com
/
SHIP15.SMP
< prev
next >
Wrap
Text File
|
1990-09-22
|
951b
|
22 lines
/* SMP1 Sprite shape and mask bitmaps created by the SPRED */
#define ship15_width 24
#define ship15_height 24
unsigned char ship15_shape[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x30,0x00,0x02,0x70,0x00,0x07,0xF8,0x00,0x03,0xF8,0x00,
0x03,0xFC,0x00,0x07,0xFC,0x00,0x0F,0xFE,0x00,0x1F,0xF6,0x00,
0x0F,0xE3,0x00,0x03,0xF1,0x00,0x00,0xFB,0x80,0x00,0x1F,0x80,
0x00,0x07,0x80,0x00,0x01,0xC0,0x00,0x00,0xE0,0x00,0x00,0x60,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
};
unsigned char ship15_mask[] = {
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xCF,0xFF,
0xFD,0x87,0xFF,0xF8,0x07,0xFF,0xF0,0x03,0xFF,0xF8,0x03,0xFF,
0xF8,0x01,0xFF,0xF0,0x01,0xFF,0xE0,0x00,0xFF,0xC0,0x00,0xFF,
0xE0,0x00,0x7F,0xF0,0x00,0x7F,0xFC,0x00,0x3F,0xFF,0x00,0x3F,
0xFF,0xE0,0x3F,0xFF,0xF8,0x1F,0xFF,0xFE,0x0F,0xFF,0xFF,0x0F,
0xFF,0xFF,0x9F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
};